Welcome![Sign In][Sign Up]
Location:
Search - linux IIC

Search list

[Other resourceARM+LINUX-iic

Description: 这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
Platform: | Size: 4176 | Author: lipenf | Hits:

[Other resourceARM9---Linux

Description: 课题组的最终目标是要完成一个完整的基于EP9315的ARM9开发平台,将 Bootloader和嵌入式Linux移植到开发平台上,使最小系统能正常工作。对外扩 接口也要进行驱动的移植和编写,重点移植MTD驱动、IDE驱动,编写IIC总线 }r动、CAN线}r动、AD勺 A转换驱动。
Platform: | Size: 6593889 | Author: 刘云 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linuxiic_driver_for_uClinux_+_s3c44b0

Description: 开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。-development environment for uClinux2.4.x s3c44b0. This procedure in byte pairs IIC device reading and writing. Through hardware testing can be used directly. Report : IIC test. Specific use see the readme.txt.
Platform: | Size: 294912 | Author: 张大海 | Hits:

[Linux-UnixLinuxDeviceDriverIICode

Description: 本源码是将述嵌入式LINUX驱动程序例程,里面有很多详尽的例子可以参考,对读者有一个参考借鉴作用。-the source code to be embedded LINUX driver routines, there are many detailed examples of reference, Readers have a right useful reference.
Platform: | Size: 206848 | Author: dufrank | Hits:

[Embeded Linuxlinux.drivers.examples

Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: | Size: 176128 | Author: 吕春秋 | Hits:

[Embeded LinuxARM+LINUX-iic

Description: 这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
Platform: | Size: 4096 | Author: lipenf | Hits:

[Embeded Linuxiic.c

Description: 初学者的福音. 代码易懂! 通过IO模拟实现的arm2410的iic总线驱动程序 可进行读写操作
Platform: | Size: 3072 | Author: Jinn | Hits:

[Embeded LinuxiicDriver

Description: 本文纤细的介绍了IIC总线原理。并介绍了嵌入式linux驱动的层次结构 -This article introduced the delicate Principle IIC bus. And introduced the embedded linux-driven hierarchical structure
Platform: | Size: 43008 | Author: 孙凯 | Hits:

[Linux-UnixIIC_ZLG7290

Description: 本字符设备驱动在Linux2.6中测试通过,实现微处理器S3C2410通过IIC总线向数码管键盘控制芯片ZLG7290发送数据,通过控制ZLG7290来使数码管循环显示0-F。-The character device driver in Linux2.6 test is passed, the microprocessor S3C2410 realize through the IIC bus to the digital tube ZLG7290 keyboard control chip to send data, by controlling the ZLG7290 to make digital tube display cycle 0-F.
Platform: | Size: 11264 | Author: fangfang | Hits:

[Embeded LinuxIIc

Description: 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。-Embedded linux driver of the IIC, all for c code. This procedure linux2.4.18 in the embedded kernel drivers based on the increase in modified to adapt to the requirements of multi-chip.
Platform: | Size: 8192 | Author: | Hits:

[Embeded Linuxlinux-2.6-iic

Description: linux2.6下iic的驱动,包括四种模式的说明及源代码驱动。-IIC linux2.6 under the driver, including the four model descriptions and source code drivers.
Platform: | Size: 3072 | Author: | Hits:

[Embeded-SCM Developiic-driver-2.6

Description: 嵌入式LINUX 的驱动程序。采用2410的开发板全部可以通用(如使用引脚不同只要重新改脚定义),直接写入和读出数据-Embedded LINUX drivers. 2410 using the development board can all be generic (such as the use of different pin to pin as long as the re-definition), direct writing and读出数据
Platform: | Size: 15360 | Author: 刘德方 | Hits:

[Embeded Linuxi2c.linux2.6.23

Description: i2c-core.c - a device driver for the iic-bus interface-i2c-core.c- a device driver for the iic-bus interface
Platform: | Size: 267264 | Author: 程式 | Hits:

[SCMIIC

Description: IIC 的驱动程序 很完整。通过KEIL C 编译在ROTUES 上用AT89C51仿真通过。-IIC driver complete. Through the KEIL C compiler ROTUES used in the simulation through the AT89C51.
Platform: | Size: 31744 | Author: 明鑫 | Hits:

[Embeded LinuxDesign_and_Implementation_of_IIC_Drivers_Based_on_

Description: 摘要:为了设计出稳定可靠的驱动程序,首先介绍 IIC 总线数据传输的时序和嵌入式 Linux 系统驱动程序的框架结构, 然后分 析了基于 ARM9 嵌入式 Linux 系统 IIC 设备驱动程序设计的技术难点及解决方法, 最后介绍了基于 X1227 芯片 EEPROM设 备驱动程序的实现步骤。-Abstr act:To design credible drivers, first introduces the time sequence of data transmission on IIC bus and frame of driver in embed- ded linux ,then analyses difficulties of designing driver based on ARM9 embedded linux , finally introduces approach of designing EEPROM drivers based on X1227
Platform: | Size: 140288 | Author: huitng | Hits:

[Software Engineeringlinux-iic

Description: LINUX I2C驱动源码分析,使你更加了解在驱动中IIC的使用-LINUX I2C driver source code analysis
Platform: | Size: 36864 | Author: dengchaoai | Hits:

[Linux driverIIC-(2)

Description: linux下的IIC工作的驱动程序代码 基于TQ2440 -linux IIC
Platform: | Size: 14336 | Author: | Hits:

[Driver Developlinux-iic

Description: 基于linux内核-驱动iic at24c02-Based on the Linux kernel- driven iic at24c02
Platform: | Size: 5120 | Author: 刘世科 | Hits:

[Otherlinux-i2c

Description: 这是一份在linux3.5内核上编写的IIC子系统模型,应用于触摸屏驱动,在tiny4412开发平台上成功运行(This is a IIC subsystem model written on the linux3.5 kernel, applied to touch screen drivers, and successfully operated on the tiny4412 development platform)
Platform: | Size: 2048 | Author: 520陈先生 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net